MqttPublishMsg

Undocumented in source.

Constructors

this
this(MqttFixedHeader mqttFixedHeader, MqttPublishVariableHeader variableHeader, MqttPublishPayload payload)
Undocumented in source.

Members

Functions

content
ubyte[] content()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
MqttPublishPayload payload()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
MqttPublishVariableHeader variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MqttMsg

fixedHeader
MqttFixedHeader fixedHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
Object variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
Object payload()
Undocumented in source. Be warned that the author may not have intended to support it.
decoderResult
bool decoderResult()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta